From 0a80b8e8d25c4021d4c6341decf6e986a11daf7a Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 8 Sep 2018 07:01:56 -0400 Subject: [PATCH] debian/gbp.conf: Set upstream-vcs-tag to invalid since it needs to be manually specified currently --- debian/gbp.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index 65270b6..c17ca62 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,7 +1,10 @@ [DEFAULT] pristine-tar = True -debian-branch=debian/master -upstream-branch=upstream/latest +debian-branch = debian/master +upstream-branch = upstream/latest +# Use gbp import-orig --uscan --upstream-vcs-tag=BABL_0_1_56 +# for instance when upgrading to 0.1.56. See https://bugs.debian.org/908316 +upstream-vcs-tag = invalid [buildpackage] sign-tags = True -- 2.30.2